home *** CD-ROM | disk | FTP | other *** search
/ The World's Largest Collection of Windows Software / The World's Largest Collection of Windows Software - Disc 1.iso / dsk_util / _b1 / clockr23 / example1.bat < prev    next >
DOS Batch File  |  1994-01-07  |  154b  |  8 lines

  1. @echo off
  2.  
  3. rem ** Attach to Server **
  4. echo "password" | attach servername/username > nul
  5. map i:=servername\volume:directory
  6.  
  7. copy i:myfile.exe c:\
  8.